cy.request() in Cypress is used to make HTTP requests directly, without involving the browser. It's super handy for testing APIs, seeding data, or performing actions like logging in without using the UI.